commit | e2e947ff6ba676e5ba84639fe6f2766aa683e181 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:42 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:24 2015 -0600 |
tree | a05098289b30d2e15ff18f3ae7fbd7811bc5ba99 | |
parent | 17aa548cedd9a4c063590d29ac27160dc67f47f9 [diff] [blame] |
rockchip: Add basic support for jerry This builds and displays an SPL message, but does not function beyond that. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/google/common/Makefile b/board/google/common/Makefile index b38bc14..2de2799 100644 --- a/board/google/common/Makefile +++ b/board/google/common/Makefile
@@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += early_init.o +obj-$(CONFIG_X86) += early_init.o