diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-01-06 13:18:58 -0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-02-24 13:10:02 -0800 |
commit | bbeeb8bec084d9fff2cd16d2577ca285f8e66b72 (patch) | |
tree | 89047f4b867616043290cd332aeade5a05215f1f /include/configs/ls2085a_emu.h | |
parent | 052ddd5c812ad9f30e7cf9023e50fde882bd65da (diff) | |
download | u-boot-imx-bbeeb8bec084d9fff2cd16d2577ca285f8e66b72.zip u-boot-imx-bbeeb8bec084d9fff2cd16d2577ca285f8e66b72.tar.gz u-boot-imx-bbeeb8bec084d9fff2cd16d2577ca285f8e66b72.tar.bz2 |
ls2085/configs: Ensure right banners are printed for EMU and SIMU
This patch enusres that right banners are printed for LS2085A
emulator and simulator platforms.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_emu.h')
-rw-r--r-- | include/configs/ls2085a_emu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ls2085a_emu.h b/include/configs/ls2085a_emu.h index 487cd99..2d2e1ea 100644 --- a/include/configs/ls2085a_emu.h +++ b/include/configs/ls2085a_emu.h @@ -9,6 +9,9 @@ #include "ls2085a_common.h" +#define CONFIG_IDENT_STRING " LS2085A-EMU" +#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-EMU" + #define CONFIG_DDR_SPD #define CONFIG_SYS_FSL_DDR_EMU /* Support emulator */ #define SPD_EEPROM_ADDRESS1 0x51 |