mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
CHIP: add device tree overlay support
CHIP and CHIP Pro devices have options of DIP addon boards some of which need overlays from the beginning so it makes sense to enable device tree overlays. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
177f4618ed
commit
3690cbd65e
2 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y
|
||||||
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
|
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
|
||||||
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
|
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
|
||||||
CONFIG_G_DNL_PRODUCT_NUM=0x1010
|
CONFIG_G_DNL_PRODUCT_NUM=0x1010
|
||||||
|
CONFIG_OF_LIBFDT=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
|
|
@ -30,3 +30,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y
|
||||||
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
|
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
|
||||||
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
|
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
|
||||||
CONFIG_G_DNL_PRODUCT_NUM=0x1010
|
CONFIG_G_DNL_PRODUCT_NUM=0x1010
|
||||||
|
CONFIG_OF_LIBFDT=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
|
Loading…
Reference in a new issue