diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-06 15:43:36 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:46:23 +0900 |
commit | 9502d03674e220d3f9efbb4420abe8d167460ba6 (patch) | |
tree | 8bed9577729c61d3d4ca974e87fd723d61d4dd88 /include | |
parent | 8d174996c7a23361c18f884aa759c35201e2c3eb (diff) | |
download | u-boot-9502d03674e220d3f9efbb4420abe8d167460ba6.tar.gz |
arm: rmobile: alt: Remove board_late_init function
Alt board does not use board_late_init function.
This removes this function and define of BOARD_LATE_INIT from config.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/alt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index 7bd649fb42..c0b403c20a 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -49,9 +49,7 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_CMDLINE_EDITING - #define CONFIG_OF_LIBFDT -#define BOARD_LATE_INIT #define CONFIG_BAUDRATE 38400 #define CONFIG_BOOTDELAY 3 |