]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurable
authorBin Meng <bmeng.cn@gmail.com>
Tue, 6 Jan 2015 14:14:17 +0000 (22:14 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:03 +0000 (07:25 -0800)
commitc57522f6564a68a0e0a82544afdb2f95737c1ccd
treec6e1c86590b9be990461e596a27665b66b455cf5
parent7698d36a107734d363a512d3eeb81d6c9acc0a29
x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurable

In theory U-Boot built for coreboot is supposed to run as a payload
to be loaded by coreboot on every board that coreboot supports.
The U-Boot build process uses SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE
which are hardcoded in board defconfig and Kconfig files. For better
support of coreboot, we want to make these two options configurable
so that we can easily change them during 'make menuconfig' so that
the generated U-Boot image for coreboot is board configuration aware.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
board/coreboot/coreboot/Kconfig