diff options
| author | Tom Rini <[email protected]> | 2021-04-06 08:36:11 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-06 08:36:11 -0400 |
| commit | 779786dac366ab83161843a248a5c639af10e540 (patch) | |
| tree | 3c0f2a6a4eb0e61fa26c6bfe24f36e6609f538e8 /scripts | |
| parent | 472fd5a35af3308f97de0376a6c25f5368035557 (diff) | |
| parent | d4a1592a9908f4278f306ff9f11e63c010e05704 (diff) | |
Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dm
ENOSYS clean-up
Minor dtoc improvements
Convert CONFIG_MISC_INIT_F to Kconfig
Allow unit tests to run on any board
pylibfdt build-rule fix
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config_whitelist.txt | 1 | ||||
| -rw-r--r-- | scripts/dtc/pylibfdt/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 85857a746ca..b693925d20a 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1030,7 +1030,6 @@ CONFIG_MIPS_HUGE_TLB_SUPPORT CONFIG_MIPS_MT_FPAFF CONFIG_MIRQ_EN CONFIG_MISC_COMMON -CONFIG_MISC_INIT_F CONFIG_MIU_1BIT_INTERLEAVED CONFIG_MIU_2BIT_21_7_INTERLEAVED CONFIG_MIU_2BIT_INTERLEAVED diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile index 4782dd45c6d..493995e3038 100644 --- a/scripts/dtc/pylibfdt/Makefile +++ b/scripts/dtc/pylibfdt/Makefile @@ -34,6 +34,7 @@ rebuild: $(src)/setup.py $(PYLIBFDT_srcs) fi $(obj)/_libfdt.so $(obj)/libfdt.py &: rebuild + @: always += _libfdt.so libfdt.py |
