git grep -l 'u\(8\|16\|32\|64\)_t' | \ xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g" git grep -l 's\(8\|16\|32\|64\)_t' | \ xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g" Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
* add pmod mux init to config the pmode interfaces to the specific functions * without pmod mux init, all pmod interfaces will be GPIO, no interfaces for spi/i2c0/i2c1/uart0 Signed-off-by: Wayne Ren <wei.ren@synopsys.com>