]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: am57xx: change default board name to beagle_x15
authorPraneeth Bajjuri <praneeth@ti.com>
Wed, 22 Aug 2018 04:47:49 +0000 (23:47 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 26 Aug 2018 16:26:16 +0000 (12:26 -0400)
beagleboard x15 is the first supported platform variant of am57xx
in AOSP (android open source project) now.

changing board name to stay in consistent with aosp target name.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig

index 1572dc80db03b51efefec316bdc9a0b21c29be7b..07ab01e921bf7eab47e3d3ddfb13ec1d85842233 100644 (file)
@@ -14,7 +14,7 @@ CONFIG_NR_DRAM_BANKS=2
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS2,115200 androidboot.console=ttyS2 androidboot.hardware=am57xevmboard"
+CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS2,115200 androidboot.console=ttyS2 androidboot.hardware=beagle_x15board"
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_MISC_INIT_R is not set
index 895719286dc5fd2830658a2603a7701151f33a83..0522c10b01c4b81422d4ffbfc71824dd361ed6f2 100644 (file)
@@ -20,7 +20,7 @@ CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS2,115200 androidboot.console=ttyS2 androidboot.hardware=am57xevmboard"
+CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS2,115200 androidboot.console=ttyS2 androidboot.hardware=beagle_x15board"
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_MISC_INIT_R is not set