03 Nov, 2018

1 commit


28 Aug, 2018

1 commit


21 Aug, 2018

2 commits

  • Remove CONFIG_LOAD_FDT_FROM_PART and decide the fdt
    location at run time.

    Test: build and build ok on both Android and Android Things.

    Change-Id: Ice49e71b54db33468e49298705a714e4acb333e3
    Signed-off-by: Ji Luo

    Ji Luo
     
  • Enable CONFIG_SPL_ENV_SUPPORT to fix build errors like
    below:
    common/built-in.o:(.data.env_htab+0xc): undefined reference to 'env_flags_validate'
    lib/built-in.o: In function `hsearch_r':
    lib/hashtable.c:380: undefined reference to 'env_callback_init'
    lib/hashtable.c:382: undefined reference to 'env_flags_init'

    Change-Id: Ife7dc129ac2a4dd0ee2f18ee41a5128d868ea031
    Signed-off-by: Ji Luo

    Ji Luo
     

20 Aug, 2018

4 commits