diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-25 10:41:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-25 10:41:24 -0500 |
commit | 87f78478a4a1bf574db0b0e575ca37cf91fb187c (patch) | |
tree | ffd24bbe72072067cda47dbc7ea1abe80b1e01ac /scripts | |
parent | d01806a8fcbdaedcc67cead56ece572021d97ab7 (diff) | |
parent | fae3798ac9f6de5a4cb1aa1e849d419a2bb8dbbe (diff) | |
download | u-boot-87f78478a4a1bf574db0b0e575ca37cf91fb187c.zip u-boot-87f78478a4a1bf574db0b0e575ca37cf91fb187c.tar.gz u-boot-87f78478a4a1bf574db0b0e575ca37cf91fb187c.tar.bz2 |
Merge tag 'arc-fixes-for-2019.04-rc1' of git://git.denx.de/u-boot-arc
A couple of trivial fixes and improvements for ARC
Most notable are:
* Move of ENV_SIZE/ENV_OFFSET to Kconfig
* Fix with private structure allocation for arc_uart
* Definition of CONFIG_SYS_CACHELINE_SIZE useful for building drivers
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 8c88031..c05fc37 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -426,7 +426,6 @@ CONFIG_DW_ALTDESCRIPTOR CONFIG_DW_AXI_BURST_LEN CONFIG_DW_GMAC_DEFAULT_DMA_PBL CONFIG_DW_MAC_FORCE_THRESHOLD_MODE -CONFIG_DW_SERIAL CONFIG_DW_UDC CONFIG_DW_WDT_BASE CONFIG_DW_WDT_CLOCK_KHZ |