diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-06 15:43:35 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:45:46 +0900 |
commit | 8d174996c7a23361c18f884aa759c35201e2c3eb (patch) | |
tree | 49a91c6aed473a535200fccae83ecdbc72549cd7 /include/configs | |
parent | 0c4a1b0fffcb0739e5444ff0689b7c38b385d193 (diff) | |
download | u-boot-imx-8d174996c7a23361c18f884aa759c35201e2c3eb.zip u-boot-imx-8d174996c7a23361c18f884aa759c35201e2c3eb.tar.gz u-boot-imx-8d174996c7a23361c18f884aa759c35201e2c3eb.tar.bz2 |
arm: rmobile: lager: Remove board_late_init function
Lager 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/configs')
-rw-r--r-- | include/configs/lager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index a814b4c..50acbde 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -58,7 +58,6 @@ #define CONFIG_OF_LIBFDT /* #define CONFIG_OF_LIBFDT */ -#define BOARD_LATE_INIT #define CONFIG_BAUDRATE 38400 #define CONFIG_BOOTDELAY 3 |